home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung 2 / Power-Programmierung CD 2 (Tewi)(1994).iso / gnu / djgpp / contrib / dvx / inc / x11 / extensio / mitmisc.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-07-15  |  1.2 KB  |  39 lines

  1. /************************************************************
  2. Copyright 1989 by The Massachusetts Institute of Technology
  3.  
  4. Permission to use, copy, modify, and distribute this
  5. software and its documentation for any purpose and without
  6. fee is hereby granted, provided that the above copyright
  7. no- tice appear in all copies and that both that copyright
  8. no- tice and this permission notice appear in supporting
  9. docu- mentation, and that the name of MIT not be used in
  10. advertising or publicity pertaining to distribution of the
  11. software without specific prior written permission.
  12. M.I.T. makes no representation about the suitability of
  13. this software for any purpose. It is provided "as is"
  14. without any express or implied warranty.
  15.  
  16. ********************************************************/
  17.  
  18. /* RANDOM CRUFT! THIS HAS NO OFFICIAL X CONSORTIUM BLESSING */
  19.  
  20. /* $XConsortium: MITMisc.h,v 1.1 89/10/08 19:39:25 rws Exp $ */
  21.  
  22. #ifndef _XMITMISC_H_
  23. #define _XMITMISC_H_
  24.  
  25. #define X_MITSetBugMode            0
  26. #define X_MITGetBugMode            1
  27.  
  28. #define MITMiscNumberEvents        0
  29.  
  30. #define MITMiscNumberErrors        0
  31.  
  32. #ifndef _MITMISC_SERVER_
  33. Bool XMITMiscQueryExtension();
  34. Status XMITMiscSetBugMode();
  35. Bool XMITMiscGetBugMode();
  36. #endif
  37.  
  38. #endif
  39.